golang-dns-dev software package provides DNS protocol library for Go, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install golang-dns-dev
golang-dns-dev is installed in your system.
Make ensure the golang-dns-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep golang-dns-dev *
You will get with golang-dns-dev package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | golang-dns-dev |
| Version | 0.0~git20130912-1 |
| Description | DNS protocol library for Go |
| Sub Section | devel |